home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilfile / 2seek / 2seek.doc next >
Encoding:
Text File  |  1992-06-23  |  9.0 KB  |  329 lines

  1.  
  2.  
  3.          ╔═══════════════════════════════════════════════╗
  4.         ▒║                                               ║▒
  5.        ▒▒║                                               ║▒▒
  6.       ▒▒▒║           █▀▀▀▀██                             ║▒▒▒
  7.       ▒▒▒║                 █                             ║▒▒▒
  8.       ▒▒▒║                 █                             ║▒▒▒
  9.       ▒▒▒║              ▄▄▄▀                             ║▒▒▒
  10.       ▒▒▒║            █▀       SEEK AND RETURN           ║▒▒▒
  11.       ▒▒▒║           █▀          version 1.1             ║▒▒▒
  12.       ▒▒▒║           █                                   ║▒▒▒
  13.       ▒▒▒║           █▄    █                             ║▒▒▒
  14.       ▒▒▒║           ▀▀▀▀▀▀▀                             ║▒▒▒
  15.       ▒▒▒║                                               ║▒▒▒
  16.       ▒▒▒║                                               ║▒▒▒
  17.       ▒▒▒║                                               ║▒▒▒
  18.        ▒▒║               from Dave Smith                 ║▒▒
  19.         ▒║                                               ║▒
  20.          ╚═══════════════════════════════════════════════╝
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.     Using most of the major Shareware directory changers, I have not found
  29. one that satisfies ALL of my needs.  Like most people, I want a convenient,
  30. quick and simple changer that fulfills the following needs:
  31.  
  32.   1) Ability to store and retrieve directories, using a simple keyword
  33.      or keyletter.  Eg: typing "M" changes into my \MENU directory.
  34.  
  35.   2) A push/pop function, so I can return to the directory I came from.
  36.  
  37.   3) A non-TSR changer (TSRs tend to crash other major applications)
  38.  
  39.   4) One that doesn't thrash my hard disk, attempting to find a directory.
  40.  
  41.  
  42.  
  43.  
  44.     Not being able to find a utility that contains these, I have created one.
  45. My "2SEEK and Return" makes use of industrial psychology by creating an
  46. easy interface, requiring little or no memory to use, and the ability to
  47. specify 14 "main" directories !
  48.  
  49.   I have maximized the potential of this program in the following ways:
  50.  
  51.   1) The absolute minimum typing:  In action, the most you'll type is
  52.      four keys.
  53.  
  54.   2) The features of a TSR program without the memory usage (and interrupt
  55.      hooks)
  56.  
  57.      Directories are stored in a configuration file, the contents of which
  58.      may be pulled up at any time.
  59.  
  60.   3) Most users only utilize a few directories in their disk drive.  I
  61.      personally have 176 dirs, ten of which I use regularly.  The other
  62.      166 dirs I rarely go to.
  63.         For this purpose, I have given you to the ability to store fourteen
  64.      dirs and retain them at any time.  When one of them is searched,
  65.      your disk does not take a "thrashing".  Instead, your specified dir
  66.      is accessed immediately.
  67.  
  68.  
  69.  
  70.  
  71. =============================================================================
  72. ============ USAGE ==========================================================
  73. =============================================================================
  74.  
  75.  
  76.    Usage:  S [directory/key/option]
  77.  
  78.  
  79.            S [key]    changes into dir specified by the key (see below)
  80.  
  81.            S /SETUP   allows you to set-up keys and options
  82.  
  83.            S /DUMP    shows current settings (see below)
  84.  
  85.            S /?       displays help screen
  86.  
  87.            S \\       changes into root directory
  88.  
  89.            S ..       goes up one directory
  90.  
  91.            S \[dir]   searches and finds specified directory
  92.  
  93.            S          returns to previous directory
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101. =============================================================================
  102. ======= SETTING UP OPTIONS/KEYS =============================================
  103. =============================================================================
  104.  
  105.  
  106.     You may specify up to 14 "KEY LETTERS" that represent directories.
  107.  
  108. For example:  "A" could represent C:\DOWNLOAD\MENU\OPTIONS\TEMP
  109.  
  110.     These keys can be up to 9 characters long, and are specified in the
  111. "SETUP" session.
  112.  
  113.     There are two ways to setup keys and options:
  114.  
  115.     1) If it's the first time to use this utility, type: S A
  116.        and you are rushed to the "setup" menu.
  117.  
  118.     2) Type: S /SETUP
  119.  
  120.  
  121.  ┌───────────────────────────────────────────────────────────────────────┐
  122.  │   Once entering the menu, press a number to specify which "key" you   │
  123.  │ want to set, or press "9" or "0" for the extra options at the bottom. │
  124.  └───────────────────────────────────────────────────────────────────────┘
  125.  
  126.  
  127.   WHAT IS A KEY LETTER?
  128.  
  129.    Keys are letters or symbols that represent directories.  Similar
  130. to "aliases" for dirs.
  131.  
  132.    Eg: "ME" could be a key for C:\MENU so when I type: S ME, I am
  133. changed into C:\MENU.
  134.  
  135.  
  136.   To setup the above example, I would type:
  137.  
  138.   1) S /SETUP
  139.  
  140.   2) At the "Letter: " prompt, I enter "ME"
  141.  
  142.   3) At the "Directory: " prompt, I enter C:\MENU
  143.  
  144.   4) Press ESC to save options and exit
  145.  
  146.  
  147.  
  148.    Next, I want "T" to be a key for C:\MAIN\WINDOWS\SYSTEM\TEMP\TALKING
  149.  
  150.   To setup this, I would type:
  151.  
  152.   1) S /SETUP
  153.  
  154.   2) At the "Letter: " prompt, I enter "T"
  155.  
  156.   3) At the "Directory: " prompt, I enter C:\MAIN\WINDOWS\SYSTEM\TEMP\TALKING
  157.  
  158.   4) Press ESC to save options and exit
  159.  
  160.  
  161.  
  162.  
  163.   After setting these two directories up, entering:
  164.  
  165.   S ME     changes into the \MENU directory
  166.  
  167.   S T      changes into the \TALKING directory
  168.  
  169.  
  170.   ┌────────────────┐
  171.   │ EXTRA OPTIONS: │
  172.   └────────────────┘
  173.  
  174.    In the set-up session, you can activate two extra options:
  175.  
  176.   1) Display Size of Directory (a small prompt containing the current
  177.                                 dir size)
  178.  
  179.   2) Display Files in Directory (shows a Dir/w listing upon entering a
  180.                                  directory)
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190. =============================================================================
  191. ========= COMING AND GOING ==================================================
  192. =============================================================================
  193.  
  194.  
  195.    Once you change into a directory, enter "S" and you are automatically
  196. returned to the directory you came from.
  197.  
  198.    Therefore, if I need to pop over to \TALKING, alter a file, and return,
  199.    I can just type:
  200.  
  201.    S T     ----> and I'm inside \TALKING
  202.  
  203.    S       ----> and I return
  204.  
  205.  
  206.  
  207.         ╔══════════════════════════════════════╗
  208.         ║  The Old Way:                        ║
  209.         ║ ---------------------------------    ║
  210.         ║                                      ║
  211.         ║  CD\MAIN\WINDOWS\SYSTEM\TEMP\TALKING ║
  212.         ║                                      ║
  213.         ║  CD\MYDIR  (my original directory)   ║
  214.         ║                                      ║
  215.         ║                                      ║
  216.         ║                                      ║
  217.         ║  The New Way:                        ║
  218.         ║ ---------------------------------    ║
  219.         ║                                      ║
  220.         ║  S T                                 ║
  221.         ║                                      ║
  222.         ║  S                                   ║
  223.         ╚══════════════════════════════════════╝
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.     If you want to search for a directory (if the dir doesn't have a "key"
  235. assigned to it):
  236.  
  237.  
  238.   S \DIR      searches drive for \DIR
  239.  
  240.   S \WINDOWS  searches drive for \WINDOWS
  241.  
  242.   S \TEMP     searches drive for \TEMP
  243.  
  244.  
  245.  
  246.     If you have several dirs named "TEMP", then you may include a couple
  247. of letters from the upper directory to specify which "TEMP" you are searching
  248. for.
  249.  
  250.  Eg:  We have 1)  C:\MYDIR\TEMP
  251.  
  252.               2)  C:\WINDOWS\SYSTEM\TEMP
  253.  
  254.  and want the second one, we can enter:
  255.  
  256.   S EM\TEMP   and since example #1 doesn't have the "M" before \TEMP, it
  257.               is excluded in the search.
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.     EXAMPLES:
  271.  ─────────────────────────────────────────────
  272.  
  273.  Using the following keys:  1) A    \OTHER\AFFLUENC
  274.  
  275.                             2) W    \WINDOWS
  276.  
  277.                             3) D    \PCPLUS\JANUARY\DOWNLOAD
  278.  
  279.  
  280.  
  281.  a) S D
  282.  
  283.     Changes into \PCPLUS\JANUARY\DOWNLOAD
  284.  
  285.  
  286.  b) S
  287.  
  288.     Returns to the directory we were in before changing into \DOWNLOAD
  289.  
  290.  
  291.  c) S /DUMP
  292.  
  293.     Shows all our current keys.
  294.  
  295.  
  296.  d) S \STUFF
  297.  
  298.     Searches the drive for \STUFF directory.
  299.  
  300.  
  301.  e) S W
  302.  
  303.     Changes into \WINDOWS
  304.  
  305.  
  306.  f) S
  307.  
  308.     Changes back into \STUFF
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.                        DISCLAIMER OF WARRANTY
  317.  
  318.      THIS  SOFTWARE  AND  MANUAL  ARE  SOLD "AS IS" AND WITHOUT WARRANTIES
  319.      AS  TO  PERFORMANCE  OF  MERCHANTABILITY  OR  ANY   OTHER  WARRANTIES
  320.      WHETHER  EXPRESSED  OR  IMPLIED.   BECAUSE  OF  THE  VARIOUS HARDWARE
  321.      AND  SOFTWARE ENVIRONMENTS INTO WHICH  THIS  PROGRAM  MAY BE  PUT, NO
  322.      WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED. THIS PROGRAM
  323.      HAS  BEEN THOROUGHLY  TESTED BUT I  CAN NOT  GUARANTEE THAT THERE ARE
  324.      NO  PROBLEMS  WITH  IT.  THE  USER  MUST  ASSUME  THE ENTIRE RISK  OF
  325.      USING  THE  PROGRAM.  ANY  LIABILITY  OF THE SELLER  WILL BE  LIMITED
  326.      EXCLUSIVELY  TO  PRODUCT  REPLACEMENT  OR  REFUND  OF  PURCHASE PRICE.
  327.  
  328.  
  329.